fix: validate Core Metadata 2.5 releases - #60
Merged
Conversation
shan-nvidia
marked this pull request as ready for review
August 12, 2026 18:45
oliverholworthy
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
twine>=6.0.0totwine>=7.0.0.uv.lockfrom Twine 6.2.0 to 7.0.0.Context
The corrected
data-designer-retrieval-sdg/v0.2.0publication passed its isolated Python 3.10 package suite, including the clean-provider regression fixed in #59, and built both distributions. It then stopped attwine check:The current build backend emits Core Metadata 2.5. The release workflow uses the workspace lock, which selected Twine 6.2.0; that version rejects Metadata-Version 2.5. Twine 7.0.0 accepts the same wheel and source distribution.
The failed release stopped before the package-asset and package-index steps. The GitHub release and tag were removed again after confirming that no
0.2.0assets were uploaded andpackages.jsonstill advertises0.1.0.This change affects release tooling only. The retrieval SDG
0.2.0package source and artifact contents are unchanged.Validation
data_designer_retrieval_sdg-0.2.0wheel and sdist.uv lock --check156 passedFailed publication run: https://github.com/NVIDIA-NeMo/DataDesignerPlugins/actions/runs/31626299951